home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / network / ipxtcpip.zip / IPX$KA9Q.CFG < prev    next >
Text File  |  1991-07-12  |  2KB  |  55 lines

  1. IPX$$KA9Q.BAT$f        batch file to start KA9Q's NET.EXE
  2. s:\utility\internet\ipxpkt $v$l
  3. s:\utility\internet\ka9q\net -d $d
  4. rem    s:\utility\internet\termin $v$l
  5. chdir    $d
  6. erase    DOMAIN.TXT
  7. s:\public\purge    DOMAIN.TXT>NUL
  8. erase    AUTOEXEC.NET
  9. s:\public\purge    AUTOEXEC.NET>NUL
  10. DOMAIN.TXT$f        node list for KA9Q's NET.EXE
  11. sun.    IN    A    148.81.4.6
  12. cocos.    IN    A    148.81.4.6
  13. fizyk.    IN    A    148.81.4.7
  14. gate.    IN    A    148.81.20.1
  15. unix.    IN    A    148.81.4.5
  16. me.    IN    A    148.81.20.$i
  17. AUTOEXEC.NET$f        commands for KA9Q's NET.EXE
  18. # Configuration file for NET.EXE
  19. #
  20. # Define own IP address
  21. ip address [148.81.20.$i]
  22. # and own hostname (unfortunately, not recognized by SUN)
  23. hostname $n
  24. #
  25. # Attach driver:
  26. # attach packet <intvec> <iface> <txqlen> <mtu>
  27. # iface - name (arbitrary char str), mtu - max transm unit size
  28. attach packet $v pkt 15 1500 [148.81.20.$i]
  29. # and configure it
  30. ifconfig pkt ipaddress 148.81.20.$i netmask 0xffffff00 broadcast 148.81.20.255
  31. #
  32. # Default route via ZFJA-gate
  33. route add default pkt [148.81.20.1]
  34. #
  35. # Limits time-to-live for packets to 4 hops
  36. ip ttl 4
  37. #
  38. # TCP default receive window  and  TCP Maximum Segment Size
  39. tcp window 1024
  40. tcp mss 1024
  41. #
  42. # Define nameserver
  43. domain addserver [148.81.4.6]
  44. #
  45. # Allow PING to our computer
  46. start echo
  47. #
  48. # Allow incoming FTP sessions - file FTPUSERS should contain line:
  49. # username password /directory access
  50. # /directory (must begin with /) - 'root' directory for FTP
  51. # access: 7-full, 3-read+create, 1-read only
  52. start ftp
  53. start discard
  54. help
  55.